PDF4Java Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.flowdocument Package
    In This Topic
    Provides support for creating PDF documents using flow layout API.
    Classes
    ClassDescription
    Defines an annotation content that can be added to a flow document.
    This type of flow content lets you insert annotations in a flow document.
    Defines the base class for all flow content types.
    Defines the borders (top, right, bottom, left) for a flow content element.
    Defines a collection of flow content objects.
    Defines the arguments for flow content drawing related events.
    Defines the margins for flow content.
    Defines a PDF document that formats flow content.
    Defines the arguments for the create page event in flow documents.
    Defines default values for a flow document.
    Defines the footer for a flow document.
    Defines the header for a flow document.
    Defines the headers and footers for a flow document.
    Defines the arguments for page related events in flow documents.
    Defines the settings for creating the table of contents in a flow document.
    Defines a form XObject content that can be added to a flow document.
    Defines a heading in a flow document.
    Defines an image content that can be added to a flow document.
    Defines a special type of flow content that allows to insert existing PDF pages into a flow document. The existing PDF page content is kept as it is, it is not reflown on flow document's page.
    Defines default values for initializing a page in flow mode.
    Defines the base class for cells in a table.
    Defines a collection of cells in a table row.
    Defines the arguments for flow table cell drawing related events.
    Defines a column in a PDFFlowTableContent object.
    Defines a cell that contains variable flow content.
    Defines a table that can be added to a flow document.
    Defines a cell that contains a com.o2sol.pdf4java.graphics.PDFFormXObject instance.
    Defines a cell that contains an image.
    Defines the base class for rows in a table.
    Defines a collection of rows in a table.
    Defines a cell that contains a string.
    Defines a text content that can be added to a flow document.
    Interfaces
    InterfaceDescription
    Defines an interface for handling custom drawing before and after a flow content object has been drawn
    Defines the interface that handles the page completed event in a PDFFlowDocument.
    Defines the interface that handles the page created event in a PDFFlowDocument.
    Defines an interface for handling custom drawing before and after a table cell object has been drawn
    Enumerations
    EnumerationDescription
    Defines the overflow options for single line string cells.
    See Also